﻿2026-06-17T06:47:30.8065354Z ##[group]Run actions/checkout@v5
2026-06-17T06:47:30.8066425Z with:
2026-06-17T06:47:30.8066921Z   fetch-depth: 0
2026-06-17T06:47:30.8067593Z   repository: SaberMage/spt-core
2026-06-17T06:47:30.8073573Z   token: ***
2026-06-17T06:47:30.8074106Z   ssh-strict: true
2026-06-17T06:47:30.8074644Z   ssh-user: git
2026-06-17T06:47:30.8075195Z   persist-credentials: true
2026-06-17T06:47:30.8075800Z   clean: true
2026-06-17T06:47:30.8076339Z   sparse-checkout-cone-mode: true
2026-06-17T06:47:30.8076985Z   fetch-tags: false
2026-06-17T06:47:30.8077666Z   show-progress: true
2026-06-17T06:47:30.8078221Z   lfs: false
2026-06-17T06:47:30.8078750Z   submodules: false
2026-06-17T06:47:30.8079296Z   set-safe-directory: true
2026-06-17T06:47:30.8080069Z ##[endgroup]
2026-06-17T06:47:31.0014179Z Syncing repository: SaberMage/spt-core
2026-06-17T06:47:31.0015863Z ##[group]Getting Git version info
2026-06-17T06:47:31.0016730Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-17T06:47:31.0319391Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-17T06:47:31.0543504Z git version 2.43.0.windows.1
2026-06-17T06:47:31.0572473Z ##[endgroup]
2026-06-17T06:47:31.0580417Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\ae589cc5-0ff5-4a71-b238-a99baa9178d2\.gitconfig'
2026-06-17T06:47:31.0595355Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\ae589cc5-0ff5-4a71-b238-a99baa9178d2' before making global git config changes
2026-06-17T06:47:31.0597044Z Adding repository directory to the temporary git global config as a safe directory
2026-06-17T06:47:31.0600385Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-17T06:47:31.0841192Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-17T06:47:31.1028177Z https://github.com/SaberMage/spt-core
2026-06-17T06:47:31.1054730Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-17T06:47:31.1058703Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-17T06:47:31.1260675Z HEAD
2026-06-17T06:47:31.1503465Z ##[endgroup]
2026-06-17T06:47:31.1506443Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-17T06:47:31.5253054Z ##[group]Cleaning the repository
2026-06-17T06:47:31.5253856Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-17T06:47:32.3465613Z Removing dist/
2026-06-17T06:47:32.3465977Z Removing target/
2026-06-17T06:47:32.3499310Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-17T06:47:32.3987783Z HEAD is now at b6470c1c release: v0.8.3
2026-06-17T06:47:32.4013763Z ##[endgroup]
2026-06-17T06:47:32.4017874Z ##[group]Disabling automatic garbage collection
2026-06-17T06:47:32.4023254Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-17T06:47:32.4245278Z ##[endgroup]
2026-06-17T06:47:32.4245704Z ##[group]Setting up auth
2026-06-17T06:47:32.4251682Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-17T06:47:32.4506021Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-17T06:47:32.8026211Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-17T06:47:32.8252443Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-17T06:47:33.2067892Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-17T06:47:33.2282356Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-17T06:47:33.5820866Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-17T06:47:33.6120843Z ##[endgroup]
2026-06-17T06:47:33.6121294Z ##[group]Fetching the repository
2026-06-17T06:47:33.6128704Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +934b9dd4f538395a1d41c59261f8ae687f5becfe:refs/remotes/pull/20/merge
2026-06-17T06:47:34.5067979Z From https://github.com/SaberMage/spt-core
2026-06-17T06:47:34.5068735Z  * [new branch]        fix/win-program-resolve                  -> origin/fix/win-program-resolve
2026-06-17T06:47:34.5069319Z  t [tag update]        v0.8.3                                   -> v0.8.3
2026-06-17T06:47:34.5069790Z  * [new ref]           934b9dd4f538395a1d41c59261f8ae687f5becfe -> pull/20/merge
2026-06-17T06:47:34.5195550Z ##[endgroup]
2026-06-17T06:47:34.5195985Z ##[group]Determining the checkout info
2026-06-17T06:47:34.5196425Z ##[endgroup]
2026-06-17T06:47:34.5204738Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-17T06:47:34.5484836Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-17T06:47:34.5722303Z ##[group]Checking out the ref
2026-06-17T06:47:34.5726830Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/20/merge
2026-06-17T06:47:34.6235154Z Previous HEAD position was b6470c1c release: v0.8.3
2026-06-17T06:47:34.6235597Z HEAD is now at 934b9dd4 Merge 5894bd60b9359694931a69c83415a70e25b09862 into b6470c1c4ababb407d44ed2c38b4354485f0b6b1
2026-06-17T06:47:34.6259698Z ##[endgroup]
2026-06-17T06:47:34.6553361Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-17T06:47:34.6783991Z 934b9dd4f538395a1d41c59261f8ae687f5becfe
